home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TGFTIPFORM / TGFTIPFORM.txt < prev   
Text File  |  2003-11-13  |  2KB  |  94 lines

  1. object GFTipForm: TGFTipForm
  2.   Left = 348
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tip of the Day'
  6.   ClientHeight = 209
  7.   ClientWidth = 392
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TipPanel: TPanel
  20.     Left = 4
  21.     Top = 5
  22.     Width = 287
  23.     Height = 171
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     Color = clInfoBk
  27.     TabOrder = 0
  28.     object TipLbl: TLabel
  29.       Left = 63
  30.       Top = 46
  31.       Width = 203
  32.       Height = 100
  33.       AutoSize = False
  34.       Caption = '...'
  35.       ShowAccelChar = False
  36.       Transparent = True
  37.       WordWrap = True
  38.     end
  39.     object Image_Hint: TImage
  40.       Left = 10
  41.       Top = 17
  42.       Width = 32
  43.       Height = 32
  44.       AutoSize = True
  45.       Picture.Data = {<image000.bmp>}
  46.       Transparent = True
  47.     end
  48.     object TipTitleLbl: TLabel
  49.       Left = 62
  50.       Top = 19
  51.       Width = 9
  52.       Height = 13
  53.       Caption = '...'
  54.       ShowAccelChar = False
  55.     end
  56.   end
  57.   object ShowChk: TCheckBox
  58.     Left = 5
  59.     Top = 185
  60.     Width = 286
  61.     Height = 17
  62.     Caption = ' &Show tips at startup'
  63.     TabOrder = 1
  64.   end
  65.   object Button_OK: TButton
  66.     Left = 298
  67.     Top = 10
  68.     Width = 89
  69.     Height = 25
  70.     Caption = '&OK'
  71.     Default = True
  72.     TabOrder = 2
  73.     OnClick = Button_OKClick
  74.   end
  75.   object Button_Next: TButton
  76.     Left = 298
  77.     Top = 43
  78.     Width = 89
  79.     Height = 25
  80.     Caption = '&Next Tip'
  81.     TabOrder = 3
  82.     OnClick = Button_NextClick
  83.   end
  84.   object Button_Prev: TButton
  85.     Left = 298
  86.     Top = 70
  87.     Width = 89
  88.     Height = 25
  89.     Caption = '&Previous Tip'
  90.     TabOrder = 4
  91.     OnClick = Button_PrevClick
  92.   end
  93. end
  94.